Release notes

March 2026

Events added to strategic planning API

Previously, the API already provided endpoints for plans, release windows and content batches.

From this version, events have also been added to the API. They represent important moments of a timeline, such as public holidays, content launches, competitor events and generic events.

The following calls were added:

  • GET /event/{eventId}:
    Get all the details of an event.

  • GET /events:
    Search for events.

  • GET /events/list:
    List events using criteria.

  • POST /events:
    Create events.

  • PUT /event/{eventId}:
    Update an event.

  • DELETE /event/{eventId}:
    Delete an event

These changes can be seen in the Explorer.

December 2025

External references added to plans and release windows

From this version, the externalReference attribute has been added to the calls for plans and release windows.

These changes can be seen in the Explorer.

November 2025

Addition of Strategic Planning API

From this version on, it is possible to manage strategic planning using the API. It allows to manage

  • plans;

  • release windows;

  • content batches.

For more information, see the OpenAPI definition.